home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / ISPRCNT.HDR < prev    next >
Text File  |  1994-04-25  |  588b  |  32 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _IsPrcntOf( nVar1, nVar2 ) --> nPercent
  8.  
  9. PARAMETERS:
  10.  
  11. nVar1
  12. nVar2
  13.  
  14. SHORT:
  15.  
  16. Returns "what is Var1 percent of Var2"
  17.  
  18. DESCRIPTION:
  19.  
  20. _IsPrcntOf() returns var1% of var2 ( What is 20% of 250)
  21.  
  22. NOTE:
  23.  
  24.  
  25.  
  26. EXAMPLE:
  27.  
  28. _IsPrcntOf(25,100) // 25
  29. _IsPrcntOf(5,80)   // 6.25
  30.  
  31. ******************************************************************************/
  32.